|
Author |
Thread Statistics | Show CCP posts - 2 post(s) |

CyPhEr UmOs
Gallente CyPhEr TeChNoLoGiEs EvE Consortium
|
Posted - 2009.01.18 22:40:00 -
[1]
I have everything set up but ran into a glitch. The following part of your instructions I do not know how to do:
Also, you will need to create an encription key file. This is a simple plain text file containing nothing but a keyword which will be used to encrypt API keys. This file should be kept well away from any www-published paths. An example for creating a key file on *nix:
$ echo "mykey9876" > /root/ooekeypass
I do not have access to command line, only cPanel. I tried creating a text file with a key code in it but nothing happens, it gives me the following error message:
API key encryption file not found at "xxx"
Can you please tell me how to accomplish this part? |

CyPhEr UmOs
Gallente CyPhEr TeChNoLoGiEs EvE Consortium
|
Posted - 2009.01.20 01:10:00 -
[2]
Didn't work, same message. Anyone else got an idea? IFTCO |

CyPhEr UmOs
Gallente CyPhEr TeChNoLoGiEs EvE Consortium
|
Posted - 2009.01.20 20:27:00 -
[3]
I am not provided ssh access or telnet access to my account. They do not offer it. There has to be a way to do this without requiring command line access. IFTCO |

CyPhEr UmOs
Gallente Arkis of Reykjavik EvE Consortium
|
Posted - 2009.01.21 16:15:00 -
[4]
Originally by: Rilwar Edited by: Rilwar on 20/01/2009 21:46:24
Originally by: CyPhEr UmOs I am not provided ssh access or telnet access to my account. They do not offer it. There has to be a way to do this without requiring command line access.
Create text file named ookeypass.txt
Upload said file to your /includes folder. The one with config.php in it.
Go thru cPanel and rename said text file, remove the .txt from the end.
Use this;
$config['site']['keypass'] = 'includes/ookeypass';
Using the '/home/<cpanel login name>/ooekeypass'; is redundant, there's no point to it. The server is automagically looking for the file starting from the directory that index.php is in, telling it to go all the way down to /home then back up to your userdir is dumb.
TBH I *guarantee* you're getting hung up on the file extension. Linux does not require them, and wayyyyyyy too many people are too used to Windows coddling them. 
GOT IT! That worked! Thank you a great deal for the help. BTW this web app totally kicks arse. NCN |
|
|
|